projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c155860
)
[!MSDOS]: Declare popen.
author
Karl Heuer
<kwzh@gnu.org>
Tue, 17 May 1994 23:43:15 +0000
(23:43 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Tue, 17 May 1994 23:43:15 +0000
(23:43 +0000)
lib-src/etags.c
patch
|
blob
|
history
diff --git
a/lib-src/etags.c
b/lib-src/etags.c
index 8983450871815912c989e16a6892feb92c4af3fe..4374940c587571b24af6a54dfd3f12cda3aad383 100644
(file)
--- a/
lib-src/etags.c
+++ b/
lib-src/etags.c
@@
-55,7
+55,9
@@
char pot_etags_version[] = "@(#) pot revision number is 10.32";
#include "getopt.h"
extern char *getenv ();
-
+#ifndef MSDOS
+extern FILE *popen ();
+#endif
/* Define CTAGS to make the program "ctags" compatible with the usual one.
Let it undefined to make the program "etags", which makes emacs-style